home *** CD-ROM | disk | FTP | other *** search
- /* */
- call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysloadFuncs'
- call SysLoadFuncs
-
-
- 'cls'
- SAY ''
- SAY ''
- SAY 'Please enter the letter of your OS/2 boot drive.'
- SAY 'E.g., enter C if OS/2 boots from the C: drive.'
- SAY ''
- PULL BootDrive
-
- FullPath = Directory()
-
- CALL SysCreateObject 'WPProgram', 'Folder', '<WP_DESKTOP>',,
- 'EXENAME='||FullPath||'\Folder.exe;STARTUPDIR='||BootDrive||':\;'